Event Grid (1 / 16): You are responsible for monitoring various Azure resources in your organization. You want to set up an Azure Event Grid subscription to specifically receive only failure messages for any type of resource. Which of the following options should you configure in your Event Grid subscription to achieve this?
Answer:
In Azure Event Grid, you can configure your subscription to filter events based on EventType
. This allows you to specifically receive failure messages for any type of Azure resource. By setting up your Event Grid subscription to only pass along events of a certain type, such as failure messages, you can effectively monitor the health of various resources in your organization.